1 # This uses MIT assembler syntax. We have no convenient
2 # way to choose a sysdep file based on MIT vs Motorola syntax.
3 # No existing m68k ports use Motorola syntax.
5 crypt := crypt.sun3 # Use uf-crypt/crypt.sun3.S.
7 # Disgusting magic to get `#'s into the asm code.
9 $(CC) $(CPPFLAGS) -E $< \
10 | sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@